VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.Utils Namespace / UIElementMasterCollection<T> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс UIElementMasterCollection<T>
    В этом разделе
    Представляет "главную" коллекцию элементов System.Windows.UIElement, которая может иметь неограниченное количество "подчиненных" коллекций.
    Объектная модель
    UIElementMasterCollection<T>
    Синтаксис
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class UIElementMasterCollection
         (Of T
    Type of collection element, must be derived from T:System.Windows.UIElement.
    As System.Windows.UIElement) Inherits Vintasoft.Imaging.Utils.MasterCollection(Of T)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class UIElementMasterCollection<T> : Vintasoft.Imaging.Utils.MasterCollection<T>
    where T: System.Windows.UIElement
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public __gc class UIElementMasterCollection<T> : public Vintasoft.Imaging.Utils.MasterCollection<T*>*
    where T: System.Windows.UIElement
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    generic<typename T>
    public ref class UIElementMasterCollection : public Vintasoft.Imaging.Utils.MasterCollection<T^>^
    where T: System.Windows.UIElement
    
    

    Type Parameters

    T
    Type of collection element, must be derived from T:System.Windows.UIElement.
    Иерархия наследования

    System.Object
       System.Collections.ObjectModel.Collection<T>
          Vintasoft.Imaging.Utils.MasterCollection<T>
             Vintasoft.Imaging.Wpf.Utils.UIElementMasterCollection<T>
                Vintasoft.Imaging.Pdf.Wpf.UI.Annotations.WpfPdfAnnotationViewCollection

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также